/* about section */
#about_main {
  position: relative;
}
.banner_set img {
  /* height: calc(100vh - 214px); */
  height: auto;
}
.bnr_text {
  position: absolute;
  left: 325px;
  bottom: 120px;
}
.bnr_text h3 {
  font-size: 50px;
  font-weight: bold;
  color: var(--white);
  line-height: 53px;
  margin-bottom: 27px;
  position: relative;
}
.bnr_text h3::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -15px;
  width: 2px;
  height: 280px;
  background-color: var(--orange);
}
.bnr_text a {
  font-size: 18px;
  color: var(--black);
  background-color: var(--white);
  border-radius: 20px;
  border: solid 1px var(--white);
  transition: 0.5s all;
  padding: 5px 15px;
  padding-bottom: 0;
}
.bnr_text a:hover {
  color: var(--white);
  background-color: transparent;
}
.marq_sec {
  background-color: #e0e0d8;
  padding: 15px 0;
}
.marq_sec .row {
  align-items: center;
  gap: 10px;
  /* position: relative; */
}
/* .marq_sec .row::after{
    content: '';
    position: absolute;
    right: 525px;
    top: 3px;
    background-color:var(--black);
    width: 1px;
    height: 48px;
} */
.marq_sec .row .col-lg-3 {
  width: 21%;
}
.marq_sec .row .col-lg-5 {
  width: 38%;
}
.marq_head {
  background-color: var(--orange);
  padding: 13px 40px;
  position: relative;
  padding-bottom: 5px;
  width: fit-content;
  padding-right: 50px;
}
.marq_head::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 16px;
  background-color: var(--orange);
  width: 23px;
  height: 23px;
  transform: rotate(45deg);
}
.marq_head h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
}
.marq_line marquee {
  font-size: 16px;
  color: var(--black);
  display: block;
  margin-top: 4px;
}
#about_main .carousel-control-next, #about_main .carousel-control-prev {
    top:50%;
    z-index:0;
    width: 30px;
    opacity: 1;
    height: 30px;
    padding: 6px;
    background-color:var(--blue);
}

/* about section open */
.photo-wrapper{

  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_section h2 {
  font-weight: bold;
  font-size: 66px;
  color: var(--white);
  line-height: 1;
}
.yr_of_exlence p{
  font-size: 22px;
  color: var(--white);
}
.yr_of_exlence{
align-items: center;
background-color: var(--orange);
display: flex;
flex-direction: column;
justify-content: center;
height: 200px;
width: 200px;
position: absolute;
right: 20px;
bottom: 20px;
border: 10px solid #1d3a6c;
border-radius: 50%;
margin: 0;
}
.history{
  position: relative;
}
.about-feature{
display: flex;
align-items: flex-start;
/* justify-content: center; */
gap: 20px;
border-bottom: 1px dashed #1414144d;
padding-bottom: 40px;
}
.read_more a{
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 30px;
 margin-top: 50px;
  border-radius: 4px;
  transition: all 0.4s ease-out;
  border: 2px solid var(--orange);

}
.read_more a:hover{
color: var(--orange);
background-color: transparent;
border: 2px solid var(--orange);
}

.about-feature_icon{
  display: flex;
}
.about-feature_icon img{
  width: 60px;
}
.about-feature_title{
  font-size: 20px;
  font-weight: bold;
}
.histiry_of_vageshwary p{
font-size: 18px;
text-align: justify;
margin: 30px 0;
}
.histiry_of_vageshwary h1{
  FONT-WEIGHT: BOLD;
  /* COLOR: #f15e2e; */
  color:var(--orange);
  font-size: 42px;
}
.histiry_of_vageshwary h6{
font-weight: bold;
font-size: 19px;
color: var(--blue);
MARGIN-BOTTOM: 10PX;
LETTER-SPACING: 1PX;
}
.history_sec{
  padding-right: 80px; 
}
.about_img{
text-align: center;
}
.about_img iframe{
width: 100%;
height: 360px;
}
.about_img{
/* background-image: url(../../images/index/hp2-video-bg-1.jpg); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
width: 100%;
/* display: flex; */
align-items: center;
text-align: center;
}
.testimonials .row{
  align-items: center;
}





/* scmd about section */
#scnd_main {
  height: auto;
  background: linear-gradient(to bottom, var(--white) 63%, #e0e0d8 34%);
  overflow: hidden;
  padding:50px 0;
  
  display: flex;
  align-items: center;
  justify-content: center;

}
#scnd_main .row {
  align-items: center;
}
#scnd_main .row .col-lg-7 .row {
  row-gap: 50px;
  align-items: baseline;
}
.accr_inn_pic:first-child{
    padding:9px 6px;
}
.accr_img .accr_inn_pic:first-child img{
        width: 100px;
}
.scnd_abt_text_head {
  border-right: solid 2px lightgray;
}
.scnd_abt_text_head h2 {
  font-size: 32px;
  color: var(--black);
  font-weight: bold;
  margin-bottom: 18px;
}
.scnd_abt_text_head h1 {
  font-size: 43px;
  color: var(--orange);
  font-weight: bold;
  line-height: 48px;
}
.scnd_about_text_sec p {
  font-size: 16px;
  color: var(--black);
  padding-left: 40px;
  line-height: 25px;
  text-align: justify;
}
.abt_scnd_row {
  padding: 50px;
  border-radius: 40px;
  background: linear-gradient(to bottom, #49a752, var(--blue));
  margin-top: 60px;
}
.abt_box_text_hd h3 {
  font-size: 55px;
  color: var(--white);
  font-weight: bold;
  line-height: 70px;
}
.count_sec {
  height: 100%;
}
.count_sec h3 {
  font-size: 55px;
  font-weight: bold;
  color: var(--white);
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}
.count_sec h3::before {
  content: "";
  position: absolute;
  left: -21px;
  top: -11px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: -1;
}
.count_sec span {
  font-size: 25px;
  margin-left: -8px;
}
.count_sec p {
  font-size: 18px;
  color: #ffffffb6;
  font-weight: 200;
}
.accre_sec {
  margin-top: 50px;
}
.accre_sec h3 {
  font-size: 45px;
  color: var(--black);
  font-weight: bold;
  margin-bottom: 15px;
}
.accre_sec p {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
.thr_row {
  align-items: center;
}
.accr_img {
  display: flex;
  gap: 20px;
  /*margin-top: 40px;*/
  padding-left: 40px;
}

.acridiations{
    align-items: center;
    justify-content: center;
    margin-top: 41px;
}
.acridiations p{
    text-align: justify;
    
}
.accr_img1{
    display:none;
}
.accr_inn_pic {
  background-color: #efefef96;
  padding: 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.accr_inn_pic img {
  width: 80px;
}

/* infrastructure section */

.photo-wrapper h1{
  FONT-WEIGHT: BOLD;
  COLOR: var(--blue);
  font-size: 42px;
}

.gap_img{
  margin-bottom: 20px;
}
.infra{
  position: relative;
}
.infra::after{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to top, #1c1e1cb3, transparent);
/* border-radius: 6px; */
left: 0;
transition: all .5s ease-in-out;

}
.infra_shaddow.infra::after{
  bottom: 20px;
}
.row .col-lg-12 .infra img{
height: 300px;
}
.photo-wrapper hr{
margin-bottom: 50px;
}
.caption{
display: grid;
position: absolute;
bottom: 40px;
LEFT: 20px;
}
.figure-caption{
  COLOR: #fffbff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.caption a:nth-child(2){
  display: none;
  color: white;
}
.infra_name{
  position: relative;
  width: 100%;
  transition: all .5s ease-in-out;
}
.infra_name:hover .caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  transition: all .5s ease-in-out;
} 
.infra_name:hover .infra::after{
background: #1c1e1cb3;
opacity: 0.5;
}
.infra_name:hover .caption a:nth-child(2){
display: block;
font-size: 16px;
transition: all .5s ease-in-out;
display: flex;
align-items: baseline;
gap: 5px;
}
.photo-wrapper{
  position: relative;
}
.photo-wrapper::after{
content: '';
position: absolute;
width: 50%;
height: 70%;
background-color: #0e0e0e21;
bottom: 0;
right: 0;
z-index: -1;
}

.testinonials{
  background-image: url(../../images/index/test_bg.jpg);
  background-repeat: no-repeat;
  background-position: top bottom;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}
.testinonials p{
/* width: 80%; */
/* margin-top: 50px; */
line-height: 32px;
}
.testinonials h2{
font-size: 42px;
}
#carouseltesti .carousel-inner{
  width: 65%;
  padding: 50px;
  border: 10px solid var(--orange);
  border-radius: 60px;
  margin: auto;
  margin-top: 100px;
}
#carouseltesti .carousel-inner .stnt_img {
  width: 150px;
  border-radius: 50%;
  text-align: left;
  top: -180px;
  left: 40%;
  position: absolute;
}
.left_icon{
  position: absolute;
  top: -168px;
  background-color: #1b3566;
}
.right_icon {
  position: absolute;
  right: 20px;
  bottom: -170px;
  background-color: #1b3566;
}
#carouseltesti .carousel-inner {
  height: 350px;
  overflow: visible;
  padding: 120px 50px;
}
.cources_offered .row .card{
  background-color: #f15e2e;
  color: #fffbff;
  border-radius: 0;
  border: transparent;
  flex-direction: row-reverse;
}
.cources_offered .row .col-lg-4,
.cources_offered .row{
  padding: 0;
  margin: 0;
}
.cources_offered .row .col-lg-4 .card.card_odd{
  flex-direction: row-reverse;
}
.cources_offered .row .col-lg-4 .card .half{
  flex: 0 0 50%;
 

}
.card_tile.half{
  padding: 30px 20px;
}
.cources_offered .row .col-lg-4 .card .card_tile.half img{
  width: 20%;
  filter: invert(1);
  opacity: 1; 
}

.card_content{
  padding: 20px 0 0 0;
}
.card_content h3{
font-weight: bold;
font-size: 22px;
MARGIN-BOTTOM: 15PX;
color: white;
}
.card_content p{
letter-spacing: 1px;
line-height: 30px;
color: white;
}
.cources_offered .card.green{
  background-color: #4CAF50;
}
.cources_offered .card.blue{
  background-color: var(--blue);
}
.cources_offered .card.orange{
  background-color: var(--orange);
}
.wow .adeInDown{
font-size: 62px;
font-weight: 900;
color: #fff;
padding-bottom: 2px;
text-transform: uppercase;
text-align: center;
display: flex;
align-items: baseline;
justify-content: center;
}
.new span {
  /* text-align: center; */
  /* color: #fff !important; */
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  /* display: block; */
  margin: 0 auto;
}


/* explore section */
#explore_main {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../../images/index/vcp.jpg);
  background-repeat: no-repeat;
  background-position: top bottom;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#explore_main::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #064b86e6;
  z-index: 0;
}
#explore_main .row {
  align-items: center;
  margin-top: 160px;
  z-index: 1;
  position: relative;
}
.explore_head {
  padding-right: 85px;
  border-right: solid 1px var(--white);
  width: fit-content;
}
.explore_head hr {
  background-color: var(--white);
  width: 60px;
  border-radius: 50px;
  height: 7px;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
.explore_head h2 {
  color: var(--white);
  font-weight: 500;
  font-size: 40px;
}
.explore_para p {
  font-size: 30px;
  color: var(--white);
  line-height: 47px;
  padding-left: 24px;
  font-weight: 200;
}
.study_sec {
  position: relative;
}
.study_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #21212054;
}
.study_sec_text {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 30px;
}
.study_sec_text img {
  width: 30px;
  margin-bottom: 15px;
}
.study_sec_text h3 {
  font-size: 25px;
  color: var(--white);
  font-weight: 500;
}
.sty_row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#explore_main .row {
  margin-top: 0;
  row-gap: 60px;
}
#explore_main .row .study_sec img {
  height: 260px;
  object-fit: cover;
}
#explore_main .row .camp_img_2 img {
  height: 580px;
  object-fit: cover;
}
#explore_main .row .study_sec_text img {
  height: 30px !important;
}
.explore_para p {
  font-size: 17px;
  color: var(--black);
  font-weight: 200;
  margin-top: 30px;
  line-height: normal;
  padding: 0;
  font-weight: 200;
}
.explore_para a {
  font-size: 18px;
  color: var(--blue);
  border: solid 1px var(--blue);
  padding: 10px;
  border-radius: 20px;
  padding-bottom: 4px;
  margin-top: 20px;
  display: block;
  width: fit-content;
}
.explore_head {
  padding: 0;
  border: none;
}
#explore_main::after {
  display: none;
}
#explore_main {
  background-image: none;
  background: linear-gradient(to bottom, var(--blue) 50.2%, var(--white) 35%);
}
.explore_para {
  position: relative;
  top: 15px;
}
/* placement section */
#placement_main {
  overflow: hidden;
}
#placement_main .row {
  width: 100%;
  margin: 0;
}
#placement_main .row .col-lg-6 {
  padding: 0;
}
.place_top_list_sec {
  background-color:#192f59;
  padding: 60px 40px 0 70px;
  display: flex
;
  align-items: flex-start;
  gap: 25px;
}
.place_top_list_sec img {
  width: 200px;
}
.place_top_text {
  margin-top: -20px;
}
.place_top_text img {
  background-color: var(--white);
  padding: 8px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  width: 150px;
}
.place_top_text h4 {
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  /* margin-bottom:10px; */
}
.place_top_text p {
  font-size: 16px;
  color: var(--white);
  font-weight: 200;
  margin-bottom: 10px;
}
.place_top_text h5,
.place_top_text h3 {
  font-size: 35px;
  color: var(--white);
  font-weight: bold;
}
.place_top_text h5 {
  font-size: 26px;
}
.place_top_text div {
  display: flex;
  gap: 10px;
  align-items: end;
}
.place_top_text span {
  font-size: 20px;
  font-weight: 200;
}
.placement_scnd_row .col-lg-6 {
  padding: 0;
}
.color1 {
  /* background-color: #f58538; */
  background-color: var(--orange);
}
.color2 {
  background-color: var(--blue);
}
.color3 {
  background-color: #dc5226;
}
/* .placement_overview_sec {
  padding: 120px 0 0 100px;
  position: relative;
  background: url(../../images/index/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  height: 100%;
  filter: grayscale(1);
} */
.placement_overview_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecececd9;
  z-index: -1;
}
#placement_main .placement_overview_sec .row {
  margin-top: 80px;
  row-gap: 80px;
}
.po_list h2,
.po_head h3 {
  font-size: 55px;
  color: var(--black);
  font-weight: bold;
  /* margin-bottom: 10px; */
}
.po_list h2 {
  margin-bottom: 0;
  font-size: 50px;
}
.po_list p,
.po_head p {
  font-size: 30px;
  color: var(--black);
  font-weight: 400;
}
.po_list p {
  font-size: 23px;
  line-height: 28px;
}
.count_nbr {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue);
  border-radius: 10px 10px 0 10px;
}
.count_nbr p {
  font-size: 50px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: -10px;
}
.pl_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl_list p {
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
}
.pl_list img {
  width: 120px;
}
.mnc_list {
  border: solid 1px var(--black);
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  /* padding-bottom: 10px; */
  margin-bottom: 0;
  background-image: linear-gradient(to right, var(--blue) 38%, #ffff 38%);
}

.count_nbr span {
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
}
/* slider section */
.slider {
  overflow: hidden;
  position: relative;
  margin: 0 150px;
  padding: 40px 0;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::before {
  left: 0;
  top: 0;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider .slide-track {
  -webkit-animation: scroll 80s linear infinite;
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 22);
  gap: 30px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-180px * 5));
  }
}
.slider .slide {
  height: auto;
  /* width: 100%; */
}
.slider .slide img {
  padding: 10px;
  /* width: 170px; */
}
/* testimonial section */
#testimonial_main {
  padding: 150px 0 50px 0;
}
#testimonial_main #carouselExampleIndicators .carousel-inner {
  background: linear-gradient(to bottom, var(--orange), var(--blue));
  border-radius: 50px;
}
#testimonial_main #carouselExampleIndicators .row {
  align-items: center;
}
#testimonial_main #carouselExampleIndicators .row .col-lg-4 {
  padding: 0;
}
.testi_head {
  margin-bottom: 40px;
}
.testi_head h2 {
  font-size: 50px;
  color: var(--black);
  font-weight: bold;
}
.testi_text {
  padding: 30px 0 30px 60px;
}
.testi_text img {
  width: 80px;
  margin-bottom: 30px;
}
.testi_text p {
  font-size: 18px;
  color: var(--white);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 50px;
}
.test_text_st h3 {
  font-size: 25px;
  font-weight: bold;
  color: var(--white);
}
.test_text_st p {
  font-size: 16px;
  color: var(--white);
  font-weight: 200;
  margin: 0;
}
#testimonial_main #carouselExampleIndicators .carousel-indicators {
  position: unset;
  margin-left: 80px;
  justify-content: flex-start;
}
#testimonial_main .carousel-indicators [data-bs-target] {
  background-color: var(--black);
  margin-top: 20px;
}
#testimonial_main .carousel-indicators .active {
  background-color: var(--orange);
}
.testi_img img {
  height: 100%;
  border-radius: 50px;
}

/* alumni section */
#alumni_main {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f2f1ed;
  overflow: hidden;
}
.alumni_sec {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.alumni_head h3 {
  font-size: 70px;
  font-weight: 900;
  color: var(--black);
  line-height: 80px;
}
.alumni_pic {
  height: 100%;
  position: relative;
}
.alumni_sec .alumni_pic {
  height: auto;
}
.alumni_pic img {
  object-fit: cover;
  height:auto;
  border:solid 1px var(--black);
}
.alumni_sec .alumni_pic img {
  height: 270px;
  object-fit: cover;
}
.alumni_pic1 {
  position: relative;
}
.alumni_scnd_txt {
    position: absolute;
    bottom: -13px;
    left: 0;
}
.alumni_scnd_txt h3,
.alumni_scnd_txt h5,
.alumni_scnd_txt span {
  background-color: var(--orange);
  font-size: 20px;
  color: var(--white);
  margin-bottom: 1px;
  padding: 5px;
}
.alumni_scnd_txt h5 {
  margin-bottom: 0;
  font-size: 18px;
}
.alumni_scnd_txt h3 {
  font-size: 18px;
  margin-bottom: 7px;
  width: fit-content;
}
.alumni_scnd_txt span {
    font-size: 16px;
}
.alumni_dt img {
  /* border-radius: 50%; */
  /* width: 300px; */
  /* height: 300px; */
  object-fit: cover;
  /* margin-bottom: 20px; */
  border:solid 1px var(--black);
}
.alumni_text_sec p {
  font-size: 15px;
  color: var(--black);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  /* text-align: justify; */
}
.alumni_text_sec a {
  color: var(--white);
  font-size: 19px;
  background-color: var(--orange);
  border-radius: 30px;
  padding: 10px 20px;
  border: solid 1px var(--orange);
  transition: 0.5s all;
  padding-bottom: 4px;
  display: block;
  width: fit-content;
}
.alumni_text_sec a:hover {
  color: var(--orange);
  background-color: transparent;
}
.alumni_dt_sec {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: end;
}
/* placemets section */

#placement_main .row .col-lg-6.place{
   padding: 41px;
   
   background-color: #ecececd9;

}

.po_head .row .col-lg-6:nth-child(1){
 position: relative;

}
.po_head .row .col-lg-6:nth-child(1)::after {
  position: absolute;
  content: '';
  height: 140px;
  width: 1px;
  background-color: rgb(24, 21, 21);
  right: 120px;
  top: 0;
}
 .po_head h4 {
  font-size: 70px;
  color: var(--blue);
  line-height: 30px;
}
.new span {
  font-size: 21px;
}
.pkg_img {
  margin-top: 15px;
  width: 160px;
}
#placement_main .placement_overview_sec .row {
  margin-top: 60px;
}
.new img{
  width: 170px;
}
.testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: auto;
  padding: 100px 0;
}
#carouselExampletesti .carousel-inner {
  text-align: -webkit-right;
}
.testimonials .testi_title {
  font-size: 44px;
  margin-bottom: 30px;
}
.testi_title h3 {
  font-size: 38px;
  margin-bottom: 30px;
  color: var(--blue);
  font-weight: bold;
}
.testi_title h3 span {
  color: var(--skyblue);
}
#carouselExampletesti .carousel-indicators {
  bottom: -50px;
  justify-content: left;
  margin-right: 0;
  margin-left: 112px;
}
#carouselExampletesti2 .carousel-indicators [data-bs-target], #carouselExampletesti .carousel-indicators [data-bs-target] {
  background-color: #0f0f0f;
}
.testimonials .card {
  display: flex;
  flex-direction: row;
  /* gap: 30px; */
  align-items: center;
  justify-content: center;
  border: transparent;
  padding: 50px;
  gap: 20px;
  background: linear-gradient(to bottom, #4CAF50, #1d3a6c);
  border-radius: 20px;
}
.patient_testi_1 .card {
  width: 600px;
  height: 360px;
  margin-right: 30px;
}

.testimonials .card_imge img {
  margin-left: -90px;
  border: 2px solid white;
  border-radius: 20px;
  width: 190px;
  position: absolute;
  top: 90px;
}
/* #carouselExampletesti .card_body p {
  text-align: justify;
  color: white;
  font-size: 18px;
    line-height: 30px;
    width: 400px;
    margin-left: 60px;
} */
.patient_name h6 {
  font-weight: bold;
  margin-bottom: 4px;
  color: white;
  margin-top: 10;
  margin-top: 20px;
  font-size: 21px;
}
.patient_testi_1 .patient_name h6 {
  text-align: left;
}
.testimonials .card.card_2{
background-image: none !important;
}
.testimonials .card.card_2 p{
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  width: 400px;
  }

  .testimonials .card.card_2 .card_imge img {
    margin-left: -50px;
    border: none;
  }
.card.card_2 .patient_name h6 {
    color: black;
    text-align: start;
  }

  .testimonials .card {

    padding: 0; 
     gap: 0;

  }
  .testimonials .card img{
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    z-index: 1;
  }
.programVideo {
  position: relative;
}
.play-btn {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
.programVideo .play-btn {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.play-btn .circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color: var(--blue);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.play-btn .circle.pulse {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 0.5;
  animation: pulse 2s infinite;
}
.play-btn .circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color: var(--blue);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.play-btn svg {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 1;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
#carouselExampletesti2 .carousel-indicators {

  margin-right: -203px;
  margin-bottom: 0rem;

}


.course{
  display:flex;
  align-items: center;
  justify-content: center;
  padding:50px 0px;
}
.ser_sec{
background-color:var(--blue);
  padding: 50px;
  
  color:white;
}
#campusVideo{
  width:100%;
  height:360px;
}
.ser_sec h4, .ser_sec-mp h4, .ser_sec-mp2 h4, .ser_sec-mp3 h4, .ser_sec-mp4 h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 28px;
  transition: 0.5s all;
}
.ser_sec p, .ser_sec-mp p, .ser_sec-mp2 p, .ser_sec-mp3 p, .ser_sec-mp4 p{
  font-size: 16px;
  line-height: 28px;
}
.ser_sec-mp {
  background: var(--orange);
  padding: 20px 15px;
  color: white;
}
.ser_sec-mp2 {
  background: #495057;
  padding: 20px;
  color: white;
  position: relative;
  z-index: -1;
}
.ser_sec-mp3 {
  position: relative;
  z-index: -1;
  background:var(--blue);
  padding: 20px 34px;
  color: white;
}
#course-sec {
  padding:0px;
}
.course-img-mid{
  position: relative;
  z-index:0;
}
.ser_sec-mp4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background:var(--blue);
  padding: 36px 15px 31px 20px;
  color: white;
}
.course .container-fluid {
  padding: 0 140px;
}
.foote_text_list img {
  filter: grayscale(100%) contrast(100%) brightness(0%);
}